home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
textUndo.subproj
/
TextChange.h
< prev
next >
Wrap
Text File
|
1992-02-09
|
273b
|
16 lines
/*
* This is the ancestor of all text changes. This class simply records
* the id of the text object to be changed.
*/
@interface TextChange : Change
{
id textView; /* pointer to Text View */
}
/* Creation method */
- initView:aView;
@end